Skip to content

Ensure layout classnames are applied to the inner blocks wrapper#11598

Closed
tellthemachines wants to merge 2 commits into
WordPress:trunkfrom
tellthemachines:fix/layout-class-wrapper
Closed

Ensure layout classnames are applied to the inner blocks wrapper#11598
tellthemachines wants to merge 2 commits into
WordPress:trunkfrom
tellthemachines:fix/layout-class-wrapper

Conversation

@tellthemachines

Copy link
Copy Markdown
Contributor

Trac ticket: https://core.trac.wordpress.org/ticket/65101

Syncs WordPress/gutenberg#77408.

Use of AI Tools


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

@github-actions

github-actions Bot commented Apr 20, 2026

Copy link
Copy Markdown

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props isabel_brison, andrewserong.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@github-actions

Copy link
Copy Markdown

Test using WordPress Playground

The changes in this pull request can previewed and tested using a WordPress Playground instance.

WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser.

Some things to be aware of

  • All changes will be lost when closing a tab with a Playground instance.
  • All changes will be lost when refreshing the page.
  • A fresh instance is created each time the link below is clicked.
  • Every time this pull request is updated, a new ZIP file containing all changes is created. If changes are not reflected in the Playground instance,
    it's possible that the most recent build failed, or has not completed. Check the list of workflow runs to be sure.

For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation.

Test this pull request with WordPress Playground.

@andrewserong andrewserong left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very tiny nit, but should we add the trac ticket number to the test_layout_support_flag_renders_classnames_on_wrapper test, since the data provider now has a new entry?

@tellthemachines tellthemachines self-assigned this Jun 16, 2026
@tellthemachines tellthemachines force-pushed the fix/layout-class-wrapper branch from 6b684b7 to 225d391 Compare June 16, 2026 04:07

@andrewserong andrewserong left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me! It correctly syncs the Gutenberg PR (WordPress/gutenberg#77408) and is a good iterative improvement over trunk (skip void elements and tags with a closer).

While in the linked PR there was a suggestion to investigate using WP_HTML_Processor (instead of WP_HTML_Tag_Processor), the explorations into doing so proved worse in terms of performance than this approach, so this seems like the right one to get in to me.

Also, if there's a desire to revisit the approach, there's still plenty of time to come back to it in the 7.1 cycle. So LGTM to land 🚀

@github-actions

Copy link
Copy Markdown

A commit was made that fixes the Trac ticket referenced in the description of this pull request.

SVN changeset: 62504
GitHub commit: c8f7e7d

This PR will be closed, but please confirm the accuracy of this and reopen if there is more work to be done.

@github-actions github-actions Bot closed this Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants